home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Browsers, Managers & Extensions / Firefox Backup Extension 6.0.3 / chrome / febe.jar / content / febeHelp.xul < prev    next >
Extensible Markup Language  |  2008-08-06  |  1KB  |  39 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet href="chrome://febe/skin/febe.css" type="text/css"?>
  3.  
  4. <!DOCTYPE window [
  5.     <!ENTITY % febeDTD SYSTEM "chrome://febe/locale/febe.dtd">
  6.     %febeDTD;
  7. ]>
  8.  
  9. <dialog    title="&febe.help.caption;"
  10.     windowtype="febe:help"
  11.     xmlns:html="http://www.w3.org/1999/xhtml"
  12.     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  13.     onload='document.getElementById("febeHelpID").value = document.title + "   (" + window.arguments[0] + ")"; febeSliderLoad();'
  14.     maxwidth="400"
  15.     buttons="cancel"
  16.     buttonlabelcancel="&febe.close;">
  17.     
  18.     <script type="application/x-javascript" src="chrome://febe/content/febeCommon.js"/>
  19.     <script type="application/x-javascript" src="chrome://febe/content/febeHelp.js"/>
  20.     
  21.     <stringbundleset id="stringbundleset"> 
  22.         <stringbundle id="febe-help" src="chrome://febe/locale/febeHelp.properties"/>
  23.     </stringbundleset>
  24.  
  25.     <groupbox class="box-inset">
  26.         <caption label="&febe.help1.caption;" class="outset rounded"/>
  27.         <hbox>
  28.             <description id="field" value="" class="fontbold"/>
  29.         </hbox>
  30.     </groupbox>
  31.  
  32.     <groupbox id="helptextbox" flex="1" class="box-inset">
  33.         <caption label="&febe.help2.caption;" class="outset rounded"/>
  34.     </groupbox>
  35.     <label id="febeHelpID" value=""/>
  36.     <script type="application/x-javascript">febeLoadHelp();</script>
  37.     
  38. </dialog>
  39.